Create a Searchable Index for the DeepSeek Harness Plugin Using Blue-Whale-Harness

Blue-Whale-Harness, maintained by leenkcool and licensed under Apache-2.0, is a comprehensive index of DeepSeek Harness (DSH) community plugins. It is not a Cordis runtime combination package. The snapshot dated 2026-08-17 includes 1,818 repositories and 1,688 "true DSH" heuristic markers, offering Chinese and English intent descriptions, category filtering, and sorting by stars. The online entry point is leenkcool.github.io. The community directory installation command is `dsh plugin add github:leenkcool/Blue-Whale-Harness`. Typical usage involves browsing the index first, then installing the desired plugins. The directory site is not officially affiliated with DeepSeek or High-Flyer.

Read More
Thermal Management of MCP and Skills in the Settings Panel via dsh-plugin-manager

Li Qichen's maintained dsh-plugin-manager integrates MCP switch/delete, Skills recycle bin and built-in plugin package browsing into the DeepSeek Harness settings panel, automatically backs up before modifying cordis.patch.yml, and takes effect via host HMR hot update without restarting the dsh web. This article checks the installation commands, capability boundaries and precautions against the community directory page, repository README and source code. The community directory is not an official store, and plugins run with the current dsh process permissions.

Read More
Conduct Permission Profiling Before Installing Third-party DSH Plugins with dsh-plugin-audit

dsh-plugin-audit is a DeepSeek Harness development and runtime plugin maintained by jkrandom-sudo. It performs static permission profiling on third-party plugin source code, listing files, processes, hosts, environment variables and credential paths along with line numbers; the runtime sentry will request your approval first when tool invocations touch credentials or make outbound connections to unknown hosts. It is licensed under MIT, and the current version is 0.1.2.

Read More
Add a Specification-Driven Closed Loop to DeepSeek Harness with dsh-spec-loop

`dsh-spec-loop` is a DeepSeek Harness community plugin (MIT license, current version v0.1.2) maintained by tianji-qingtian. It uses the `/spec` command family to drive the workflow of "generate specification → approve → implement → one-by-one acceptance → archive". Its change directory is compatible with the openspec/ layout of OpenSpec, and it comes with format verification and approval gates, with change cards displayed above the Web UI input box. This article checks the installation commands, typical usage and permission boundaries by comparing the catalog page with the GitHub repository.

Read More
Integrate OAuth 2.1 MCP into DeepSeek Harness with dsh-oauth-mcp-client

`dsh-oauth-mcp-client` is a DeepSeek Harness community plugin maintained by Springbrand-lab. It adds OAuth 2.1 support (authorization code + PKCE, dynamic client registration, browser login and local callback) based on the native `dsh-mcp-client`. It connects to the Springbrand production MCP Gateway by default, and users can also add other services that support OAuth and Streamable HTTP via the web interface. Tokens are stored by the DSH credential service. It is licensed under MIT, and currently needs to be built locally before being installed into the web profile.

Read More
Manage MCP Servers in DeepSeek Harness Settings Page with dsh-mcp-manager

`dsh-mcp-manager` is a DeepSeek Harness community plugin maintained by hyqhyq3, which manages remote HTTP and local stdio servers in the web interface under **Settings → MCP**. It complements the missing features of the built-in `dsh-mcp-client`, including OAuth (authorization code + PKCE, RFC 7591 dynamic client registration) and stdio transport, with static tokens only referencing environment variable names. Tools are registered in the format `mcp__<name>__*`, optional on-demand broker support is available, and workspace isolation is supported. It is licensed under MIT and requires the web profile.

Read More
Add Configuration Snapshot and One-Click Rollback to DeepSeek Harness via dsh-undo-plugin

The `dsh-undo-plugin` is a DSH community plugin maintained by lire1131, with the package name `dsh-undo-savepoint` after installation. It automatically and manually takes snapshots for configurations and user plugin codes, supports undo, redo, and rolling back to any version, and provides a PowerShell off-box tool and safe mode when Harness fails to start. This article verifies the installation command, snapshot scope and precautions based on the directory page and GitHub.

Read More
Turn macOS Desktop Demonstrations into DeepSeek Harness Skills with dsh-record-replay

dsh-record-replay is a DeepSeek Harness plugin maintained by humblebanana that integrates Open Record/Replay into the runtime: it uses the `orr_*` tools to record macOS desktop demonstrations, verify `events.jsonl`, and then packages the files for the host Skill Creator. This article verifies the installation commands, `repoRoot` configuration, the rollback of `orr_skill_create` in version 0.2.0, as well as the privacy boundary between Accessibility permissions and local recording by cross-referencing with the directory page and GitHub repository.

Read More
dsh-overleaf: Read and Write LaTeX Projects on Overleaf within DeepSeek Harness Session

dsh-overleaf is a DSH community plugin maintained by fly233338 (MIT licensed). It connects OverleafMCP to DeepSeek Harness, allowing users to browse and read multiple Overleaf LaTeX projects in conversations, and write back changes via Git after providing a commitMessage. The installation command is subject to the directory page: `dsh plugin add github:fly233338/dsh-overleaf`. DSH 0.1.0-rc.5, Node.js 22.19.0 and an Overleaf Git token are required. The current version does not support document compilation, PDF review or browser operations.

Read More
Use dsh-git-identity to fix DeepSeek Harness's git commits to the environment's own identity

`dsh-git-identity` is a DeepSeek Harness development and runtime plugin maintained by LoserFox. At load time, it parses the author identity from plugin configuration, gh CLI, startup environment variables, and `git config --global`, writes them into `GIT_AUTHOR_*` / `GIT_COMMITTER_*` to override subsequent Git configurations, and can idempotently write back to the global identity. The directory installation command is `dsh plugin add github:LoserFox/dsh-git-identity`. The community repository is not an official store, so you need to check the source code before installation; no license has been declared for the repository yet.

Read More
Using dsh-director-toolkit to break rough 3D ideas into actionable shot lists

### 正式翻译(适配技术文档语境): dsh-director-toolkit is a development and runtime plugin for DeepSeek Harness maintained by lhmd. Instead of directly generating meshes, it breaks half-formed 3D concepts into shot lists, lighting setups, material guidelines, software-specific rendering suggestions, and a five-step production checklist, then outputs directional packages compatible with Blender, Three.js, Houdini or C4D. The local version of scene_director does not require an API key; the optional scene_director_v4 calls deepseek-v4-pro by default. The directory installation command is `dsh plugin add github:lhmd/dsh-director-toolkit`.

Read More
Integrate DeepSeek Harness with ACP clients such as Zed using deepseek-harness-acp

The community plugin deepseek-harness-acp (openma-ai, Apache-2.0) turns DeepSeek Harness into an editor-oriented ACP server, which is different from the official automation package @deepseek-ai/dsh-acp. This article verifies via the directory page, GitHub README and npm: the shared credential $DSH_HOME, directory installation commands, two connection methods of standalone dsh-acp and acp profile, as well as the boundaries of workspace-write / danger-full-access.

Read More
pi2dsh: Natively Run Unmodified Pi Plugins on DeepSeek Harness

`pi2dsh` is a DeepSeek Harness development and runtime plugin (MIT, npm version 0.12.3) maintained by `weijiafu14`. It implements a Pi Host ABI layer, allowing unmodified Pi extensions to run as native DSH plugins without forking or adapting packages individually. The directory installation command is `dsh plugin add github:weijiafu14/pi2dsh`. The repository has end-to-end verified capabilities such as image viewing, sidebar conversation, and status bar, and has mounted probes for the top 50 Pi packages by monthly downloads. Node.js 22.19+ is required; the plugin runs with the current dsh process permissions, and you should check the source code and license before installation. The community directory has no official affiliation with DeepSeek / HyperMind.

Read More
Using the dsh-promotion-toolkit to adapt a source text into native promotional copy for 17 platforms

dsh-promotion-toolkit is a DeepSeek Harness plugin maintained by lhmd, under the MIT license. It first extracts product introductions, READMEs, articles or unorganized ideas into viewpoints, evidence, risks and original links, then generates promotional drafts with different structures for 17 platforms including Xiaohongshu, Zhihu, official WeChat accounts, Moments, short videos, X and LinkedIn. The local heuristic first-pass tool viral_kit requires the model not to add facts not present in the original text when running Skill viral-kit. The community directory installation command is `dsh plugin add github:lhmd/dsh-promotion-toolkit`.

Read More
Use dsh-fail-logger to automatically record the failure causes of tools in DeepSeek Harness

`dsh-fail-logger` is a DeepSeek Harness development and runtime plugin maintained by Areium (MIT License, current version 0.5.1). It listens to sessions and events, deduplicates and counts failures where `isError` is true in native tool calls, PTC run_code, and embedded tool calls, then writes the results to the machine maintenance section of the `fail-log-guide` skill. The directory page installation command is `dsh plugin add github:Areium/dsh-fail-logger`, and you can also pin version 0.5.1 from npm via profile. The plugin runs with the permissions of the current dsh process, does not register new tools, nor does it perform LLM summarization or automatic repairs.

Read More
Integrate BitFun into DeepSeek Harness Sessions via dsh-acp-for-bitfun

`dsh-acp-for-bitfun` is a DeepSeek Harness development and runtime plugin maintained by bobleer, licensed under MIT. It connects the `bitfun acp` command of BitFun CLI to the official dsh subagent client via ACP v1 over stdio, allowing any session to delegate tasks to BitFun using `subagent_bitfun`. The installation command is `dsh plugin add github:bobleer/dsh-acp-for-bitfun`. It requires BitFun >= 0.2.17 and dsh >= 0.1.0-rc.6. The plugin runs with the permissions of the current dsh process, and you should inspect the source code and license before installation.

Read More
Connect Image and Audio Capabilities to DeepSeek Harness with dsh-vision-complete

`dsh-vision-complete` is a MIT-licensed community plugin for DeepSeek Harness maintained by Yts1919, which equips plain-text models with capabilities including image understanding, OCR, object detection, video processing, speech recognition and PDF handling. The plugin itself does not include any vision models, and by default calls Qwen via MCP. The alternative `vision.py` can be connected to OpenAI-compatible interfaces. The installation command via the catalog page is `dsh plugin add github:Yts1919/dsh-vision-complete`. For full activation, you also need the Windows installation script, a valid DASHSCOPE_API_KEY, and a restart of Harness.

Read More
Search for community plugins in DeepSeek Harness sessions using the dsh-find-plugin

The `dsh-find-plugin`, maintained by awesome-dsh-plugin, registers the `find_dsh_plugin` tool for DeepSeek Harness: it enables real-time retrieval of GitHub repositories tagged with the `dsh-plugin` topic via keyword search, sorts results by star count, and returns descriptions, links, and executable installation commands. The article cross-verifies information from directory pages, GitHub READMEs/source code, and npm version 0.3.6, covering details including installation (including web profile and pinned commit), usage examples, a curated list where only descriptions are modified without changing rankings, and precautions such as plugins running with the current dsh process permissions and the need to audit source code and licenses before installation. The community directory is not an official DeepSeek store.

Read More
Write Sandbox Custom Tools in the DeepSeek Harness Settings Page with dsh-custom-tool

`dsh-custom-tool` is a DeepSeek Harness community plugin maintained by `omdsh-dev`. It allows users to write sandboxed JavaScript tools via Monaco in the settings page, and models can add, delete, and modify the same set of tools through interfaces such as `custom_tool_create`. The current version is 0.1.2, under the MIT license. This article verifies the installation command, scope, sandbox boundary, and the preconditions of the `custom-tools` namespace according to the directory page and GitHub README.

Read More
Integrate Deterministic Engineering Workflow into DeepSeek Harness with mstar-harness

### 正式翻译(符合技术文档规范): mstar-harness (Morning Star) is maintained by btspoony, and uses the TypeScript engine to enforce access control for functions such as status/lease/dispatch. The mstar-* skills are responsible for multi-agent delivery judgment. This article verifies the differences between the directory installation command and the dsh plugin --profile web add @mstar-harness/dsh recommended in the README, as well as the usage of `/iteration-start` and `/codebase-audit`, based on the directory page, GitHub README and v2.3.0 release notes. The plugin runs with the permissions of the current dsh process, and you should check the source code and MIT license before installation.

Read More
Working Activity: Make the Status Line of DeepSeek Harness Truly Dynamic

working-activity is a community plugin maintained by chimney (ccch1mneyyy), which provides DeepSeek Harness with a real-time working status line driven by session events: thinking copy, running tools, time elapsed and closing summary. The same repository also maintains the pi CLI version, which is released as an independent npm package. This article verifies the installation commands, configuration items, TUI/dsh-cc/Web exits, and restrictions such as publish being disabled by default and no progress percentage against the directory page and GitHub. This is an unofficial project.

Read More
Configure Two-stage Agent Preset for DeepSeek Harness Using dsh-anchored-standard

*DSH-Anchored-Standard* is a preset for the community DeepSeek Harness maintained by xiaobright: In the first round, it aligns with the official Minimal trajectory using bash and str_replace_editor, and disables automatic injection. After a session generates persistable tool/call or assistant/message content, it will upgrade to a resident tool directory that can be unlocked on demand. This article cross-verifies the installation commands, copy enabling methods, compatible versions and experimental boundaries based on the community directory page and GitHub README.

Read More